home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / stack_di.v3 < prev    next >
Text File  |  1995-03-23  |  2KB  |  64 lines

  1. Article 2283 of comp.sys.handhelds:
  2. Path: en.ecn.purdue.edu!noose.ecn.purdue.edu!samsung!cs.utexas.edu!helios!tamuts!n233dk
  3. From: n233dk@tamuts.tamu.edu (Rick Grevelle)
  4. Newsgroups: comp.sys.handhelds
  5. Subject: ATLD.3 (right justified)
  6. Message-ID: <9978@helios.TAMU.EDU>
  7. Date: 11 Nov 90 02:17:17 GMT
  8. Sender: usenet@helios.TAMU.EDU
  9. Organization: Texas A&M University
  10. Lines: 50
  11.  
  12.  
  13. This is a third version of the seven level alternate stack display routine. 
  14. It more closely emulates the default format in that the stack margin is right
  15. justified.  Perhaps eventually it will be able to duplicate the default format
  16. exactly so that the multi-line option and stack review feature can be utilized.
  17.  
  18. As before, when used in conjuction with vectored ENTER the display remains in 
  19. its seven level format.  A brief reiteration of how this is done is as follows:
  20.  
  21. i)   Append DROP to the first of ALTD using \->PRG.
  22.  
  23. ii)  Store the result in <beta>ENTER (# 409DFh SYSEVAL).
  24.  
  25. iii) Set flags -62 and -63.
  26.  
  27. Rick Grevelle
  28.  
  29.  
  30. CALTD (BYTES: #5539h 243.5)
  31.  
  32. %%HP: T(1)A(R)F(.);
  33. \<<
  34.  # 1073CE0403F02D9Dh
  35.  # 8803CE40314C0722h
  36.  # 24402D9D619AD031h
  37.  # 686A07221055DF03h
  38.  # 3DE0072210403F1h
  39.  # 33918A0733412429h
  40.  # 9D619930312B393Dh
  41.  # 221159EB0318802Dh
  42.  # 72210403F1686A07h
  43.  # 314C1242903DE00h
  44.  # 40339E624BA04035h
  45.  # 2B393D33918A0733h
  46.  # 312B031h 1 12
  47.    START # 5193h
  48.  SYSEVAL
  49.    NEXT # 4003h
  50.  SYSEVAL # 62B9Ch
  51.  SYSEVAL 
  52. \>>
  53.  
  54.  
  55. ALTD
  56.  
  57. %%HP: T(1)A(R)F(.);
  58. "D9D20F3040EC37012270C41304EC3088130DA916D9D2044230FD55012270A686
  59. 1F3040122700ED309242143370A81933D393B213039916D9D2088130BE951122
  60. 70A6861F3040122700ED3092421C413053040AB426E933043370A81933D393B2
  61. 130B2130C6D8"
  62.  
  63.  
  64.